runtime.childInfo.sp (field)

4 uses

	runtime (current package)
		heapdump.go#L240: 	sp     *uint8    // callee sp
		heapdump.go#L283: 	dumpint(uint64(uintptr(unsafe.Pointer(child.sp)))) // sp of child, or 0 if bottom of stack
		heapdump.go#L329: 	child.sp = (*uint8)(unsafe.Pointer(s.sp))
		heapdump.go#L371: 	child.sp = nil